Skip to content

Migrate to record dot syntax#71

Merged
fwcd merged 6 commits intomainfrom
record-dot
Jul 27, 2024
Merged

Migrate to record dot syntax#71
fwcd merged 6 commits intomainfrom
record-dot

Conversation

@fwcd
Copy link
Copy Markdown
Owner

@fwcd fwcd commented Jul 27, 2024

Fixes #58

This migrates the codebase to the new record dot syntax, which was added in recent GHC versions.

@fwcd fwcd marked this pull request as ready for review July 27, 2024 02:35
Comment on lines +275 to +276
-- Regarding the ambiguous-fields warning, perhaps this is https://gitlab.haskell.org/ghc/ghc/-/issues/21443 ?
let defEntry = (def { projectDir = dirPath, importPaths = importPaths }) :: ModuleStoreEntry
Copy link
Copy Markdown
Owner Author

@fwcd fwcd Jul 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to test whether #70 will fix this, perhaps with the spelling

(def @ModuleStoreEntry) { ... }

@fwcd fwcd merged commit 0abe995 into main Jul 27, 2024
@fwcd fwcd deleted the record-dot branch July 27, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate to OverloadedRecordDot

1 participant